Update dependency storybook-addon-vis to v4#33251
Merged
Conversation
b02af33 to
1b42d41
Compare
1b42d41 to
f90b0f1
Compare
f90b0f1 to
3f25027
Compare
t3chguy
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.1.2→^4.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
repobuddy/visual-testing (storybook-addon-vis)
v4.1.0Compare Source
Minor Changes
#723
69cde31Thanks @unional! - AddcreateMissingBaselinefor image matchers so a missing baseline can be written without-u/updateSnapshot: 'all', and supportvis.setup({ createMissingBaseline: true })defaults for auto snapshots (overridable per test). Document Storybook Vitest browser limitations forcreateMissingBaselineand theupdateSnapshotworkaround.#723
fc139fdThanks @unional! - Add opt-inshortenLongSnapshotPathstovis(): when enabled, if representative absolute snapshot paths under__baselines__(aftersnapshotRootDirandsnapshotSubpath) would exceed Windows-safe limits (250 characters or a path segment over 255), keep subpath directories and shorten only the final component to{firstToken}-{hash12}{ext}(tersify-style prefix); legacytaskId-key.pngnames are unchanged. FixgetVisOptionto merge__defaultplugin options with the active Vitest project. StorybookvisProjectsmay setshortenLongSnapshotPathsfor the Vis panel (same semantics as Vitestvis()). ExportresolveSnapshotSubpathWithinLimitsfromvitest-plugin-vis/server-utils.vitest-plugin-vis/testingis browser-safe (fixtures only).getVisOptionandstubSuiteare available fromvitest-plugin-vis/testing/nodefor Node/Vitest project tests.Patch Changes
69cde31,fc139fd]:v4.0.0Compare Source
Major Changes
#711
b4c34dcThanks @unional! - Remove deprecated setup APIs and align with Vitest 4.createVisis no longer re-exported fromvitest-plugin-vis/setup. Import it fromvitest-plugin-vis/setup-apiinstead.vis.presets,vis.beforeAll, andvis.afterEachhelpers from the object returned bycreateVis. Usevis.setup()(andautoSnapshotMatcherwhere you need per-theme snapshots) instead.noneis renamed tocustom.vitest-plugin-vis/presets/enableentry point; use themanualorautopreset, orcustomwith your ownvitest.setup.ts.TestRunner.getCurrentTest/getCurrentSuite(viavitestinstead ofvitest/suite). Requires Vitest 4+ in browser projects.Patch Changes
397cbe6Thanks @unional! - Remove usage of deprecatedIconButton.Updated dependencies [
b4c34dc]:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.